摘要: main.java package com.company; //import java.util.ArrayList; public class Main { public static void main(String[] args) { // write your code here Arra 阅读全文
posted @ 2020-09-08 21:12 liuw_flexi 阅读(271) 评论(0) 推荐(0) 编辑
摘要: Vue.prototype.$ 意为绑定一个全局变量 Vue.use(XXX) 意为引入XXX, 例如Vue.use(VueRouter), 1. 但是用 axios时,就不需要用 Vue.use(axios)?因为 axios 没有 install。 2. Vue.prototype.$ 和 Vu 阅读全文
posted @ 2020-09-08 17:04 liuw_flexi 阅读(758) 评论(0) 推荐(0) 编辑
摘要: 初始化一个Vue实例,控制id为app1的区域: <!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title></title> <style media="screen"> *{ margin:0; 阅读全文
posted @ 2020-09-08 17:00 liuw_flexi 阅读(297) 评论(0) 推荐(0) 编辑