/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/swiper-effect/src/index.html
23 строки
835 B
ZEJIA LIU
chore: 补充 swiper 相关的 example (#16771)
29 окт 2024, 09:43
Не верифицирован
29 окт 2024, 09:43
6ed8d05
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="yes"> <meta name="format-detection" content="telephone=no,address=no"> <meta name="apple-mobile-web-app-status-bar-style" content="white"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" > <title>4.0.4</title> <script src="https://cdn.bootcss.com/vConsole/3.3.4/vconsole.min.js"></script> <!-- <script> // 初始化 var vConsole = new VConsole(); console.log('Hello world'); </script> --> <script><%= htmlWebpackPlugin.options.script %></script> </head> <body> <div id="app"></div> </body> </html>