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