随笔分类 - Vue
摘要:图解 html 1 <body> 2 <script src="./Dvue.js"></script> 3 <script> 4 const app = new DVue({ 5 data: { 6 test: "I am test", 7 foo: { 8 bar: "bar" 9 } 10 }
阅读全文
摘要:1 <body> 2 <script src="./Dvue.js"></script> 3 <script> 4 const app = new DVue({ 5 data: { 6 test: "I am test", 7 foo: { 8 bar: "bar" 9 } 10 } 11 }) 1
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>事件委托</title> </head> <body> <div style="width: 500px;height: 300px;border: 2px s
阅读全文
摘要:npm安装axios npm install axios --save 引入axios import axios from 'axios' 使用axios mounted () { this.getHomeInfo() }, methods: { getHomeInfo () { //跨域请求可以在
阅读全文

浙公网安备 33010602011771号