摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>html</title> <style> * { padding: 0; margin: 0; } body { background-color: pink; 阅读全文
posted @ 2022-08-04 16:14 yoona-lin 阅读(96) 评论(0) 推荐(0) 编辑
摘要: // .eslintrc.js module.exports = { root: true, env: { node: true, }, extends: [ "plugin:vue/essential", "eslint:recommended", "plugin:prettier/recomme 阅读全文
posted @ 2022-08-04 11:07 yoona-lin 阅读(468) 评论(0) 推荐(0) 编辑