连续组件报错
import uniTabContent from '@/components/uni-tab-content/uni-tab-content.nvue'
import uniTabBar from '@/components/uni-tab-bar/uni-tab-bar.nvue'
import uniTabs from '@/components/uni-tabs/uni-tabs.nvue'
import uniMediaList from '@/components/uni-media-list/uni-media-list.nvue'
const dom = weex.requireModule('dom')
---------————————————————————————————————————————
Module parse failed: Unexpected token (1:0)
11:47:12.856 You may need an appropriate loader to handle this file type.
11:47:12.860 > <script>
11:47:12.861 | export default {
11:47:12.864 | render(createElement) {
——————————————————————————————————————————
把上面连接的注释掉,就能正常编译,但是不能使用,