You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
164 B

5 years ago
  1. new Vue({
  2. el: "#pre",
  3. data: {
  4. pre: "扩展参数\nhtml上的gv属性,值为页面id\nserc上的gv属性,表示脚本需要服务端渲染"
  5. }
  6. });