上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页
摘要: <template> <div class='home-page'>内容</div> </template> <script > import { defineComponent, onMounted } from 'vue' export default defineComponent({ set 阅读全文
posted @ 2022-02-28 18:30 zjxgdq 阅读(30) 评论(0) 推荐(0) 编辑
摘要: https://search.gitee.com/?skin=rec&type=repository&q=vue3%2Bant%2Bwebpack&pageno=1 阅读全文
posted @ 2022-02-24 09:52 zjxgdq 阅读(48) 评论(0) 推荐(0) 编辑
摘要: https://cangdu.org/micro-app/docs.html#/zh-cn/start <template> <div id="app"> <div id="nav"> <router-link to="/">Home</router-link> | <router-link to= 阅读全文
posted @ 2022-02-23 09:49 zjxgdq 阅读(11) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="marquee-wrap"> <ul class="marquee-list" :class="{'animate-up': animateUp}"> <li v-for="(item, index) in listData" :key="index"> 阅读全文
posted @ 2022-02-18 15:26 zjxgdq 阅读(20) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zkqiang/p/11810203.htmlnpm install express-jwt@5.3.1 阅读全文
posted @ 2022-02-14 08:55 zjxgdq 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1a34y167AZ?p=59数据库安装步骤npm install mysql --save const mysqls = require('mysql') const conn = mysqls.createConnection({ 阅读全文
posted @ 2022-02-10 13:31 zjxgdq 阅读(47) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/MEmHr7Q_gnE-NywEzgj8Fg 阅读全文
posted @ 2022-02-09 12:00 zjxgdq 阅读(6) 评论(0) 推荐(0) 编辑
摘要: <template> <div class='loginbody ambient-noise wrap'> sded <div style='height: 500px width300px' id='main'></div> </div> </template> <script lang='ts' 阅读全文
posted @ 2021-12-23 09:57 zjxgdq 阅读(92) 评论(0) 推荐(0) 编辑
摘要: import { createRouter, createWebHashHistory, RouteRecordRaw } from 'vue-router' const routes: Array<RouteRecordRaw> = [ { path: '/', name: 'Home', com 阅读全文
posted @ 2021-12-22 09:23 zjxgdq 阅读(343) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>css背景渐变--径向渐变</title> <style> .loginbody{ border: 1px solid #21a7e1; box-shadow: 5px 5px 1 阅读全文
posted @ 2021-12-15 13:41 zjxgdq 阅读(15) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页