03 2023 档案
摘要:import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import path from 'path' import AutoImport from 'unplugin-auto-import/vite' im
阅读全文
摘要:结果如图 源码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" con
阅读全文
摘要:1. 安装 npm install cropperjs 2. 引入 import 'cropperjs/dist/cropper.css'; import Cropper from 'cropperjs'; 3. 裁剪 4. 完整组件 App.vue <template> <div> <img re
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:mysql> select * from user; + + + + | id | name | sex | + + + + | 1 | 张三 | 1 | | 2 | 李四 | 1 | | 3 | 张珊 | 0 | + + + + 3 rows in set (0.00 sec) 使用 when 和
阅读全文