Skip to content

Commit

Permalink
add vue support to sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Simons authored and Eric Simons committed Sep 25, 2020
1 parent 37e11a8 commit 31237a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackblitz/sdk",
"version": "1.5.0",
"version": "1.5.1",
"description": "",
"main": "./bundles/sdk.js",
"module": "./bundles/sdk.m.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/generate.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Project, EmbedOptions, OpenOptions } from './interfaces';
import { buildProjectQuery, openTarget, getOrigin } from './helpers';

const SUPPORTED_TEMPLATES = ['typescript', 'create-react-app', 'angular-cli', 'javascript', 'polymer'];
const SUPPORTED_TEMPLATES = ['typescript', 'create-react-app', 'angular-cli', 'javascript', 'polymer', 'vue'];

function createHiddenInput(name: string, value: string){
const input = document.createElement('input');
Expand Down

0 comments on commit 31237a6

Please sign in to comment.