cs

parent 823e746a
......@@ -9,7 +9,6 @@ declare module 'vue' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
VanButton: typeof import('vant/es')['Button']
VanCascader: typeof import('vant/es')['Cascader']
VanEmpty: typeof import('vant/es')['Empty']
VanIcon: typeof import('vant/es')['Icon']
......
......@@ -7,7 +7,7 @@
},
"pages": [ // pages 数组中第一项表示应用启动页
{
"path": "pages/index",
"path": "pages/test/index",
"style": {
"navigationBarTitleText": "小程序平台"
}
......
<script>
export default {
data() {
return {
}
}
}
</script>
<template>
123456789
</template>
<style scoped>
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment