Skip to content

Instantly share code, notes, and snippets.

View johnsusek's full-sized avatar

John Susek johnsusek

View GitHub Profile
/* THIS FILE IS AUTO-GENERATED, EDITS WILL BE OVERWRITTEN */
import Vue from 'vue'
import expect from 'expect'
import { config, mount, createLocalVue } from '@vue/test-utils'
import Component from '../../examples/todomvc/components/App.vue'
import store from '../../examples/todomvc/store'
config.stubs.transition = false
// #1 - Default button
Button(action: {}) {
Text("Example 1")
}
// #2 - Give it some padding, a background, and rounded corners
Button(action: {}) {
Text("Example 2").color(.white)
}
.padding(.all)
// #1 - Default button
Button(action: {}) {
Text("Example 1")
}
diff --git a/client/lib/App.pm b/client/lib/App.pm
old mode 100644
new mode 100755
index 1d8bcc0..ad381fa
--- a/client/lib/App.pm
+++ b/client/lib/App.pm
@@ -53,7 +53,7 @@ sub url {
{
my %handlers = map { $_ => 1} qw(
index create chat status raw events