Cambio de ruta petite-vue
This commit is contained in:
@@ -678,7 +678,7 @@
|
||||
<!-- <script src=" js/datalist.js"></script> -->
|
||||
<script src="js/datepicker-es.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2.0.5/FileSaver.min.js"></script>
|
||||
<script src="js/auditoría.js?v=2" type="module"></script>
|
||||
<script src="js/auditoría.js?v=3" type="module"></script>
|
||||
<script src="js/scrollables.js"></script>
|
||||
<script src="./js/datalist.js"></script>
|
||||
<script>
|
||||
|
||||
@@ -180,7 +180,7 @@
|
||||
|
||||
<!-- <script src=" js/datalist.js"></script> -->
|
||||
<script type="module">
|
||||
import { createApp } from 'https://unpkg.com/petite-vue?module'
|
||||
import { createApp } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js'
|
||||
createApp({
|
||||
horarios: [],
|
||||
profesores: [],
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module';
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js';
|
||||
$('div.modal#cargando').modal({
|
||||
backdrop: 'static',
|
||||
keyboard: false,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module';
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js';
|
||||
const new_aviso = reactive({
|
||||
titulo: '',
|
||||
descripcion: '',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp } from 'https://unpkg.com/petite-vue?module';
|
||||
import { createApp } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js';
|
||||
const app = createApp({
|
||||
carreras: [],
|
||||
niveles: [],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// @ts-ignore Import module
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module';
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js';
|
||||
const webServices = {
|
||||
getPeriodosV1: async () => {
|
||||
try {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module';
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js';
|
||||
const filter = reactive({
|
||||
facultad: -1,
|
||||
profesor: '',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module';
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js';
|
||||
const profesores = reactive({
|
||||
data: [],
|
||||
search: null,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp } from 'https://unpkg.com/petite-vue?module';
|
||||
import { createApp } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js';
|
||||
const app = createApp({
|
||||
periodos: [],
|
||||
niveles: [],
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp } from 'https://unpkg.com/petite-vue?module';
|
||||
import { createApp } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js';
|
||||
|
||||
// añade una ventana de confirmación al intentar cambiar de página
|
||||
const app = createApp({
|
||||
|
||||
@@ -518,7 +518,8 @@
|
||||
<script src="js/jquery-ui.touch-punch.min.js"></script>
|
||||
<script src="js/bootstrap/bootstrap.min.js"></script>
|
||||
<?php include_once 'js/messages.php'; ?>
|
||||
<script src="https://unpkg.com/petite-vue"></script>
|
||||
<!-- <script src="https://unpkg.com/petite-vue"></script> -->
|
||||
<script src="https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.iife.js"></script>
|
||||
<script src="js/scrollables.js"></script>
|
||||
<script>
|
||||
const estados = [
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module'
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js'
|
||||
|
||||
type Registro = {
|
||||
carrera: string;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module'
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js'
|
||||
|
||||
type Profesor = {
|
||||
profesor_clave: string;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module'
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js'
|
||||
|
||||
type Carrera = {
|
||||
carrera_id: number;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// @ts-ignore Import module
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module'
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js'
|
||||
|
||||
export interface PeridoV1 {
|
||||
IdNivel: number;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module';
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js';
|
||||
// define that $ has type any
|
||||
declare const $: any;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module'
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js'
|
||||
type Profesor = {
|
||||
profesor_clave: string;
|
||||
profesor_correo: string;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module'
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js'
|
||||
|
||||
interface Periodo {
|
||||
created_at: Date;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module'
|
||||
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js'
|
||||
type Puesto = {
|
||||
puesto_id: number,
|
||||
nombre: string,
|
||||
|
||||
Reference in New Issue
Block a user