This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Controllers; | |
use App\Events\CommentAdded; | |
use App\Helpers\DatetimeHelper; | |
use App\Helpers\YoutubeHelper; | |
use App\Http\Requests\AddComment; | |
use App\Http\Requests\StoreTrainViewRequest; | |
use App\Http\Requests\StoreWaypointsRequest; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div> | |
<div class="calculator"> | |
<table class="matrixAWrapper"> | |
<tr> | |
<td> | |
<div class="rowsResizer"> | |
<div @click="subRowM1" class="resizeBtn">-</div> | |
<div @click="addRowM1" class="resizeBtn">+</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>defaultValue</title> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div id="app"> | |
<!-- my app renders here --> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>textarea</title> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div id="app1"></div> | |
<div id="app2"></div> | |
<div id="app3"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>defaultValue</title> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div id="app"> | |
<!-- my app renders here --> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>JSX multiple nodes</title> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div id="app"> | |
<!-- my app renders here --> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>JSX multiple nodes</title> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div id="app"> | |
<!-- my app renders here --> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>JSX spread</title> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div id="app"> | |
<!-- my app renders here --> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Table</title> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" type="text/css" href="03.00.table.css"> | |
</head> | |
<body> | |
<div id="app"> | |
<!-- my app renders here --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Table</title> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" type="text/css" href="03.00.table.css"> | |
</head> | |
<body> | |
<div id="app"> | |
<!-- my app renders here --> |