A.vue-loader
B.css-loader
C.url-loader
D.style-loader
您可能感興趣的試卷
你可能感興趣的試題
A.enter-to
B.in-out
C.out-in
D.leave-to
A.inserted
B.unbind
C.bind
D.beforeMount
A.< router-link to="需要跳轉(zhuǎn)到頁(yè)面的路徑">
B.this.$router.push()跳轉(zhuǎn)到指定的url,并在history中添加記錄,點(diǎn)擊回退返回到上一個(gè)頁(yè)面
C.this.$router.replace()跳轉(zhuǎn)到指定的url,但是history中不會(huì)添加記錄,點(diǎn)擊回退到上上個(gè)頁(yè)面
D.this.$touter.go(n)向前或者后跳轉(zhuǎn)n個(gè)頁(yè)面,n可以是正數(shù)也可以是負(fù)數(shù)
A.Stylus
B.Nuxt
C.Sass
D.Less
A.url
B.hash
C.history
D.request
最新試題
watch監(jiān)聽(tīng)器中,第一個(gè)參數(shù)代表()
以下哪種方式,不是定義模板的途徑?()
vue-cli的依賴描述位于()
return關(guān)鍵字會(huì)使()
v-if=”true“的效果是()
如果用戶沒(méi)有登錄,則強(qiáng)制跳轉(zhuǎn)到登錄頁(yè)面,這個(gè)功能需要什么插件?()
for循環(huán)不可以用來(lái)()
I in 5在v-for循環(huán)中會(huì)執(zhí)行幾次?()
以下哪個(gè)不是vue實(shí)例方法?()
子父組件傳參通過(guò)關(guān)鍵字()進(jìn)行。