- 博客(6)
- 收藏
- 关注
原创 vue3 +vite + jessibuca 播放直播视频流
官网地址:http://jessibuca.monibuca.com/document.html。1.js文件放置位置。
2024-03-07 10:47:24
1417
5
原创 angular上传文件,亲测实用
1.首先在app.module里面引入HttpClientModuleimport{HttpClientModule}from'@angular/common/http'2.在页面里面引用import{HttpClient,HttpRequest,HttpHandler}from'@angular/common/http';constructor(privatehttpclient:HttpClient){}/***上传事件*/upload(){...
2020-11-06 09:38:47
746
1
原创 a标签实现当前页面跳转显示相应div,以及js实现上下页查看
<!DOCTYPE html><html><head> <style> *{ margin: 0; padding: 0; } .box{ width: 100%; height: 100%; } ul{ width: 100%; height: 50px; line
2020-08-28 17:40:10
1215
原创 vue-router的简单封装
1.在src目录下新建 router目录 创建index.js2.index中的内容import Vue from 'vue'import Router from 'vue-router'//路由懒加载const home = () => import('@/components/home')const details = () => import('@/components/details')Vue.use(Router);const routes = [ {
2020-07-02 19:13:01
1174
原创 vue-cli4.0取消eslint语法检测(亲试可用)
根目录创建vue.config.jsmodule.exports = {devServer: {overlay: {warnings: false,errors: false}}}保存重新运行项目即可
2020-02-13 18:19:00
4344
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人