2022年10月24日
摘要: 首先是 main.js import { createApp } from 'vue' import App from './App.vue' import './index.css' import Swiper from './components/01.globalReg/Swiper.vue' 阅读全文
posted @ 2022-10-24 19:45 z5337 阅读(78) 评论(0) 推荐(0)
摘要: 一个基本的 vue 组件结构类似这样: <template> <h1>这是 App.vue 根组件</h1> <h3>abc -- {{username}}</h3> <hr /> <p>count 值是:{{ count }}</p> <button @click="count++">+1</bu 阅读全文
posted @ 2022-10-24 19:03 z5337 阅读(44) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-10-24 00:16 z5337 阅读(28) 评论(0) 推荐(0)